home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / top121.zip / READ.ME < prev    next >
Text File  |  1992-09-16  |  4KB  |  109 lines

  1. TOP Copyright (c) 1990,91,92 by TNC Technology, All Rights Reserved, GTDR
  2.  
  3. INSTALLATION REQUIREMENTS:
  4. --------------------------
  5.  
  6. TOP is intended for the IBM PC, PC/XT, PC/AT, or 100% compatibles. DOS 3.0 or
  7. greater is required. A Microsoft compatible mouse is recommended but not
  8. required.
  9.  
  10. TOP installation requires about 900 Kbytes of free disk space on the
  11. destination drive. About 300 Kbytes will be retured at the end of the
  12. installation. Installation to a low density floppy is not possible.
  13.  
  14. DOCUMENTATION
  15. -------------
  16.  
  17. Complete documentation will be created by the installation procedure, in a
  18. file called "MANUAL.TXT".
  19.  
  20. TO INSTALL:
  21. -----------
  22.  
  23. To install TOP, log on to the floppy drive containing the TOP release
  24. files, and type:
  25.  
  26.            INSTALL [drive_letter: [destination_path]]
  27.  
  28. Notes:     -If no parameters are specified, TOP will be installed to C:\TOP
  29.  
  30.            -If you wish to specify a destination_path, a drive_letter
  31.             must also be specified
  32.  
  33.            -Be sure to put a colon (:) after drive_letter.
  34.  
  35.            -Do not use a leading or trailing backslash (\) before
  36.             or after destination_path.
  37.  
  38.            -Be sure to put a space between drive_letter: and destination_path.
  39.  
  40.  
  41. Examples:  INSTALL               --- will install TOP to C:\TOP
  42.  
  43.            INSTALL D:            --- will install TOP to D:\TOP
  44.  
  45.            INSTALL D: TOOLS\TOP  --- will install TOP to D:\TOOLS\TOP
  46.  
  47. During the installation you will be asked for your TOP registration number.
  48. If this is a shareware installation and you do not have number, just press
  49. <ENTER> at the prompt.
  50.  
  51. INSTALL is a batch file. We made INSTALL a batch file so you can examine
  52. it first (if desired) to see what it's going to do. INSTALL does NOT modify
  53. your AUTOEXEC.BAT or CONFIG.SYS, it just copies files to a directory and
  54. uncompresses them. However, some slight modifications to AUTOEXEC.BAT and
  55. CONFIG.SYS are recommended--see POST-INSTALL NOTES below.
  56.  
  57. Up to date release information is available after starting TOP and typing:
  58.  
  59.            HELP !READ_ME
  60. and
  61.            HELP !-NEW-!
  62.  
  63. HELP is also available by pressing <F1>, or by pressing your left and right
  64. mouse buttons simultaneously and releasing them over the word HELP. A left
  65. click on any word in the HELP window accesses HELP for that topic.
  66.  
  67.  
  68. POST-INSTALL NOTES:
  69. -------------------
  70.  
  71. It is recommended the TOP startup command be added as the last line of
  72. your AUTOEXEC.BAT file. To do this you would add the line:
  73.  
  74.            c:\top\top
  75.  
  76. as the last line of your AUTOEXEC.BAT file (if you installed TOP to
  77. the default C:\TOP).
  78.  
  79. Important: If you do not have a FILES= statement in your CONFIG.SYS
  80. file, or do not have a CONFIG.SYS file, you must create one and set the
  81. FILES equal to or greater than 9 (the default if not specified is 8). To
  82. create a CONFIG.SYS file from scratch (if you don't have one) type:
  83.  
  84.            cd\<ENTER>
  85.            copy con config.sys<ENTER>
  86.            files=20<CTRL+Z><ENTER>
  87.  
  88. Remember to reboot after any AUTOEXEC.BAT or CONFIG.SYS changes so the
  89. changes will take effect.
  90.  
  91. CHANGING TOP PARAMETERS
  92. -----------------------
  93.  
  94. After installing TOP, change to the TOP directory and type:
  95.  
  96.            TOPSET
  97.  
  98. TECHNICAL SUPPORT
  99. -----------------
  100.  
  101. Questions? Suggestions? Problems? Please feel free to call us at:
  102.  
  103.            716-872-1377 (Voice/FAX)
  104.            716-872-4913 (BBS, 8-N-1)
  105.  
  106. The latest TOP version is always available on our BBS.
  107.  
  108. Thank you for using TOP!
  109.